<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997E;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  min-width: 1200px;
  width: 75%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.top {
  background: #fff;
  width: 100%;
}
.top .welcome {
  height: 34px;
  background: #F3F3F3;
  font-size: 12px;
  color: #333333;
  line-height: 34px;
}
.top .logo-tel {
  height: 127px;
  display: flex;
  justify-content: space-between;
}
.top .logo-tel .logo {
  align-items: center;
  display: flex;
}
.top .logo-tel .logo .img {
  border-right: 1px solid #EEEEEE;
  padding-right: 20px;
  margin-right: 20px;
}
.top .logo-tel .text p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #004EC2;
}
.top .logo-tel .text p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 5px;
}
.top .tel {
  display: flex;
  align-items: center;
}
.top .tel .iconfont {
  font-size: 55px;
}
.top .tel .tel-text {
  margin-left: 3px;
}
.top .tel .tel-text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 15px;
  margin-top: 8px;
}
.top .tel .tel-text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}
.nav {
  display: flex;
  height: 68px;
  background: #333333;
}
.nav .navbar {
  display: flex;
}
.nav li {
  height: 68px;
  position: relative;
  margin: 0 10px;
}
.nav li.on .tit {
  background: #004EC2;
  font-weight: 700;
}
.nav li:hover .tit {
  background: #004EC2;
}
.nav li:hover .sub {
  display: block;
}
.nav li:hover::before {
  height: 100%;
}
.nav .tit {
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 162px;
}
.nav .sub {
  position: absolute;
  padding-top: 4px;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #F3F5F8;
}
.nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.nav .sub a:hover {
  background: #004EC2;
  font-weight: 700;
  color: #fff;
}
.com-tit p:nth-child(1) {
  font-size: 82px;
  line-height: 82px;
  font-weight: bold;
  color: #F8F8F8;
}
.com-tit p:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: -59px;
}
.com-tit p:nth-child(3) {
  width: 502px;
  height: 1px;
  background: #D2D2D2;
  margin: 0 auto;
  margin-top: 13px;
  position: relative;
}
.com-tit p:nth-child(3)::before {
  content: '';
  display: block;
  width: 79px;
  height: 2px;
  background: #C60000;
  left: 172px;
  top: 0;
  position: absolute;
}
.com-tit p:nth-child(3)::after {
  content: '';
  display: block;
  width: 79px;
  height: 2px;
  background: #004EC2;
  right: 172px;
  top: 0;
  position: absolute;
}
.com-tit p:nth-child(4) {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.key {
  height: 80px;
  background: #F7F7F7;
}
.key .wrap {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.key .key-word {
  font-size: 14px;
  color: #333333;
}
.key .key-word span {
  font-size: 16px;
  font-weight: bold;
}
.key .search {
  width: 312px;
  height: 47px;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
  position: relative;
}
.key .search input {
  width: 80%;
  height: 99%;
  border: none;
  background: #F7F7F7;
  outline: none;
  margin-left: 20px;
}
.key .search .iconfont {
  font-size: 30px;
  color: #000;
  position: absolute;
  right: 15px;
  top: 8px;
}
.common-left {
  width: 282px;
  background: #F9F9F9;
  margin-right: 4.3vw;
  float: left;
  padding-bottom: 46px;
}
.common-left .title {
  width: 100%;
  background: #004EC2;
  padding: 0 33px;
  height: 118px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.common-left .title p:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
.common-left .title p:nth-child(2) {
  font-size: 18px;
  color: #FFFFFF;
}
.common-left .list {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  padding-bottom: 54px;
  background: #F9F9F9;
  overflow-y: scroll;
  padding-top: 13px;
}
.common-left .list::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}
.common-left .list::-webkit-scrollbar-thumb {
  background: #f0efef;
  border-radius: 5px;
}
.common-left .list::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡è½¨é“çš„æ&nbsp;·å¼*/
  background: #fff;
  border-radius: 5px;
}
.common-left .list .li {
  margin-top: 12px;
}
.common-left .list .li.active .icon-jianhao3 {
  display: block!important;
}
.common-left .list .li.active .icon-a-jiahao6 {
  display: none!important;
}
.common-left .list .li.active .sub {
  display: block!important;
}
.common-left .list .li.active a {
  color: #004EC2;
}
.common-left .list .li &gt; a {
  width: 100%;
  height: 58px;
  display: block;
  background: #FFFFFF;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
}
.common-left .list .li &gt; a:hover {
  color: #004EC2;
}
.common-left .list .li &gt; a .text {
  display: inline-block;
  width: 180px;
}
.common-left .list .li &gt; a .iconfont {
  color: #004EC2;
}
.common-left .list .li &gt; a .icon-jianhao3 {
  font-weight: 200;
  display: none;
  font-size: 14px;
}
.common-left .list .li .sub {
  display: none;
}
.common-left .list .li .sub li {
  font-size: 14px;
  color: #004EC2;
  list-style: circle;
  margin-left: 35px;
  margin-top: 25px;
}
.common-left .list .li .sub li.on {
  color: #004EC2;
}
.common-left .list .li .sub li.on a {
  color: #004EC2;
}
.common-left .list .li .sub li:nth-last-child(1) {
  margin-bottom: 25px;
}
.common-left .list .li .sub li:hover {
  color: #004EC2;
}
.common-left .list .li .sub li:hover a {
  color: #004EC2;
}
.common-left .list .li .sub li a {
  color: #333333;
}
.common-left .tel {
  padding: 0 15px;
  text-align: center;
}
.common-left .tel p:nth-child(1) {
  color: #004EC2;
  font-size: 30px;
}
.common-left .tel p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 7px;
}
.common-left .tel p:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  color: #004EC2;
  margin-top: -3px;
}
.common-right {
  float: left;
  width: calc(100% - 365px);
}
.common-right .tit {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #EEEEEE;
  height: 78px;
  line-height: 78px;
  margin-bottom: 28px;
}
.common-right .tit span:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
}
.common-right .tit span:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.common-right .tit span:nth-child(2) a {
  color: #333333;
}
.product {
  margin-top: 55px;
}
.product .tit {
  font-size: 42px;
  font-weight: bold;
  color: #004EC2;
  text-align: center;
}
.product .tit .two {
  color: #333;
}
.product .content {
  margin-top: 55px;
}
.product .common-left {
  width: 21.3%;
  background: #F9F9F9;
  margin-right: 2.34vw;
  min-width: 292px;
  float: left;
  padding-bottom: 46px;
}
.product .common-left .title {
  width: 100%;
  background: #004EC2;
  padding: 0 33px;
  height: 118px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product .common-left .title p:nth-child(1) {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
}
.product .common-left .title p:nth-child(2) {
  font-size: 32px;
  color: #FFFFFF;
}
.product .common-left .list {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  padding-bottom: 54px;
  background: #F9F9F9;
  overflow-y: scroll;
  padding-top: 13px;
}
.product .common-left .list::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}
.product .common-left .list::-webkit-scrollbar-thumb {
  background: #f0efef;
  border-radius: 5px;
}
.product .common-left .list::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡è½¨é“çš„æ&nbsp;·å¼*/
  background: #fff;
  border-radius: 5px;
}
.product .common-left .list .li {
  margin-top: 12px;
}
.product .common-left .list .li &gt; a {
  width: 100%;
  height: 58px;
  display: block;
  background: #FFFFFF;
  padding: 0 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
}
.product .common-left .list .li &gt; a:hover {
  color: #004EC2;
}
.product .common-left .list .li &gt; a .text {
  display: inline-block;
  width: 180px;
}
.product .common-left .list .li &gt; a .iconfont {
  color: #004EC2;
}
.product .common-left .tel {
  padding: 0 15px;
  text-align: center;
}
.product .common-left .tel p:nth-child(1) {
  color: #004EC2;
  font-size: 30px;
}
.product .common-left .tel p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 7px;
}
.product .common-left .tel p:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  color: #004EC2;
  margin-top: -3px;
}
.product .common-right .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .common-right .list ul li {
  width: calc(33% - 16px);
  background: #FFFFFF;
  margin-bottom: 13px;
  margin-right: 1.35vw;
  box-sizing: border-box;
}
.product .common-right .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .common-right .list ul li:hover .img-wrap {
  border: none;
}
.product .common-right .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.product .common-right .list ul li:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 18px 0px rgba(227, 227, 227, 0.5);
}
.product .common-right .list ul li:hover span {
  color: #004EC2 !important;
}
.product .common-right .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .common-right .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px;
  border: 1px solid #F1F1F1;
}
.product .common-right .list ul li .img-wrap .img {
  width: 100%;
}
.product .common-right .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 76%;
}
.product .common-right .list ul li .text {
  width: 100%;
  height: 60px;
  line-height: 50px;
  position: relative;
  z-index: 1000;
  background: #FFFFFF;
  font-size: 18px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.product .common-right .list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.product .common-right .list ul li .text span:nth-child(2) {
  font-size: 30px;
  color: #e6e6e6;
}
.ny-product {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list ul li {
  width: calc(33% - 14px);
  background: #FFFFFF;
  margin-bottom: 13px;
  margin-right: 1.35vw;
  box-sizing: border-box;
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .pro-list ul li:hover .img-wrap {
  border: none;
}
.ny-product .pro-list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .pro-list ul li:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 18px 0px rgba(227, 227, 227, 0.5);
}
.ny-product .pro-list ul li:hover span {
  color: #004EC2 !important;
}
.ny-product .pro-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ny-product .pro-list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding: 14px;
  border: 1px solid #F1F1F1;
}
.ny-product .pro-list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 76%;
}
.ny-product .pro-list ul li .text {
  width: 100%;
  height: 60px;
  line-height: 50px;
  position: relative;
  z-index: 1000;
  background: #FFFFFF;
  font-size: 18px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.ny-product .pro-list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.ny-product .pro-list ul li .text span:nth-child(2) {
  font-size: 30px;
  color: #e6e6e6;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-new .new-list ul li {
  margin-top: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.47);
}
.ny-new .new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
  color: #004EC2;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #004EC2;
  color: #fff;
  border: none;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 27.2%;
  overflow: hidden;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
}
.ny-new .new-list ul li a .img-wrap .img::before {
  content: '';
  padding-bottom: 77%;
  display: block;
}
.ny-new .new-list ul li a .text {
  width: calc(72.8% - 43px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(4) {
  width: 146px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}
.about {
  margin-top: 50px;
  position: relative;
  padding-bottom: 60px;
}
.about .content {
  position: relative;
  height: 600px;
  background: #F2F2F2;
  margin-top: 50px;
}
.about .left {
  width: 49.7%;
  height: 600px;
  position: absolute;
  left: 0;
}
.about .right .wrap {
  position: relative;
  height: 100%;
}
.about .right .r-content {
  width: 63.5%;
  height: 505px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 48px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .right .r-content:hover p:nth-child(3) {
  background: #004EC2;
  color: #fff;
  border: none;
}
.about .right .r-content:hover p:nth-child(3) a {
  color: #fff;
}
.about .right .r-content p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.about .right .r-content p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  margin-top: 20px;
  text-align: justify;
}
.about .right .r-content p:nth-child(3) {
  width: 143px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.case {
  margin-top: 65px;
  margin-bottom: 65px;
}
.case .classify {
  display: flex;
  align-items: center;
  margin-top: 33px;
  justify-content: center;
}
.case .classify .all {
  width: 80px;
  height: 46px;
  line-height: 46px;
  background: #004EC2;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-right: 17px;
}
.case .classify .list {
  overflow: hidden;
}
.case .classify .list li {
  height: 44px;
  line-height: 44px;
  border: 1px solid #EEEEEE;
  padding: 0 18px;
  margin-right: 19px;
  cursor: pointer;
}
.case .classify .list li:hover {
  background: #004EC2;
}
.case .classify .list li:hover a {
  color: #fff;
}
.case .classify .list li:nth-last-child(1) {
  margin-right: 0;
}
.case .classify .list li a {
  color: #333333;
}
.case .bd {
  margin-top: 60px;
}
.case .bd ul li {
  display: flex;
}
.case .bd ul li .left {
  width: 49%;
  padding: 0 37px 0 39px;
  height: 422px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 13px 51px 0px rgba(227, 227, 227, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case .bd ul li .left p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.case .bd ul li .left p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  margin-top: 20px;
}
.case .bd ul li .left p:nth-child(3) {
  width: 130px;
  height: 42px;
  line-height: 42px;
  background: #004EC2;
  font-size: 16px;
  color: #FEFEFE;
  text-align: center;
  margin-top: 35px;
}
.case .bd ul li .left p:nth-child(3) a {
  color: #fff;
}
.case .bd ul li .left p:nth-child(4) {
  margin-top: 30px;
}
.case .bd ul li .left p:nth-child(4) .iconfont {
  font-size: 36px;
  color: #e6e6e6;
}
.case .bd ul li .left p:nth-child(4) .iconfont:hover {
  color: #004EC2;
}
.case .bd ul li .left p:nth-child(4) .prev {
  margin-right: 23px;
  display: inline-block;
  transform: rotate(180deg);
}
.case .bd ul li .right {
  width: 51%;
  height: 422px;
  overflow: hidden;
}
.case .bd ul li .right:hover .img-wrap {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .bd ul li .right .img-wrap {
  width: 100%;
  height: 100%;
}
.new {
  margin-top: 58px;
}
.new .content {
  display: flex;
  margin-top: 55px;
  margin-bottom: 80px;
}
.new .left {
  width: 34%;
  margin-right: 30px;
}
.new .left:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .left:hover .text .desc p:nth-child(1) {
  color: #004EC2 !important;
  font-weight: 700;
}
.new .left .img-wrap {
  height: 317px;
  background: #FFFFFF;
  overflow: hidden;
}
.new .left .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new .left .text {
  background: #FFFFFF;
  box-shadow: 0px 13px 51px 0px rgba(227, 227, 227, 0.5);
  display: flex;
  align-items: center;
  height: 120px;
}
.new .left .text .time {
  width: 107px;
  border-right: 1px solid #F1F1F1;
  height: 91px;
  text-align: center;
}
.new .left .text .time p:nth-child(1) {
  font-size: 46px;
  font-weight: bold;
  color: #2F2A27;
}
.new .left .text .time p:nth-child(2) {
  font-size: 18px;
  color: #666666;
}
.new .left .text .desc {
  width: calc(100% - 144px);
  margin-left: 19px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .left .text .desc p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.new .left .text .desc p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 5px;
  text-align: justify;
}
.new .mid {
  width: 34.7%;
  margin-right: 30px;
}
.new .mid ul li {
  height: 100px;
  margin-bottom: 12px;
}
.new .mid ul li:hover .text .desc p:nth-child(1) {
  color: #004EC2 !important;
  font-weight: 700;
}
.new .mid ul li .text {
  background: #FFFFFF;
  box-shadow: 0px 13px 51px 0px rgba(227, 227, 227, 0.5);
  display: flex;
  align-items: center;
  height: 100px;
}
.new .mid ul li .text .time {
  width: 107px;
  border-right: 1px solid #F1F1F1;
  height: 100px;
  text-align: center;
}
.new .mid ul li .text .time p:nth-child(1) {
  font-size: 46px;
  font-weight: bold;
  color: #2F2A27;
}
.new .mid ul li .text .time p:nth-child(2) {
  font-size: 18px;
  color: #666666;
}
.new .mid ul li .text .desc {
  width: calc(100% - 144px);
  margin-left: 19px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .mid ul li .text .desc p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.new .mid ul li .text .desc p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 5px;
  text-align: justify;
}
.new .right {
  width: 27%;
  background: #FFFFFF;
  height: 436px;
  box-shadow: 0px 13px 51px 0px rgba(227, 227, 227, 0.5);
}
.new .right .tit {
  width: 100%;
  height: 121px;
  background: url('../images/new_05.jpg') no-repeat center / cover;
  position: relative;
}
.new .right .tit p {
  text-align: center;
}
.new .right .tit p:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.04;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
}
.new .right .tit p:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 120px;
}
.new .right .list {
  padding: 0 15px;
  box-sizing: border-box;
  height: 296px;
}
.new .right .list li {
  font-size: 16px;
  color: #333333;
  list-style: circle;
  margin-top: 20px;
  margin-left: 20px;
}
.new .right .list li:hover {
  color: #004EC2;
}
.new .right .list li:hover a {
  color: #004EC2;
}
.new .right .list li a {
  color: #333;
  width: 100%;
  display: block;
}
.advantage {
  height: 771px;
  background: #0C337F url('../images/adv_back.png') no-repeat center / cover;
  padding-top: 48px;
  box-sizing: border-box;
}
.advantage .com-tit {
  position: relative;
  z-index: 100;
}
.advantage .com-tit p:nth-child(1) {
  color: #F4F4F4;
  opacity: 0.04;
}
.advantage .com-tit p:nth-child(2) {
  color: #fff;
}
.advantage .com-tit p:nth-child(3) {
  background: #fff;
}
.advantage .com-tit p:nth-child(4) {
  color: #fff;
}
.advantage .back img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.advantage .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.advantage .list ul li {
  width: calc(50% - 19px);
  height: 136px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 23px 19px;
  margin-bottom: 40px;
  margin-right: 38px;
  display: flex;
  box-sizing: border-box;
}
.advantage .list ul li:hover {
  background: rgba(0, 78, 194, 0.44);
}
.advantage .list ul li:hover .num::after {
  transform: rotate(225deg);
  transition: all 0.3s;
}
.advantage .list ul li:nth-child(2n) {
  margin-right: 0;
}
.advantage .list ul li .num {
  width: 37px;
  height: 37px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  z-index: 2;
  margin-right: 20px;
  text-align: center;
  line-height: 37px;
}
.advantage .list ul li .num::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #004EC2;
  transform: rotate(45deg);
  position: absolute;
  z-index: 0;
  top: 0;
}
.advantage .list ul li .num span {
  position: relative;
  z-index: 10;
}
.advantage .list ul li .text {
  width: 82%;
}
.advantage .list ul li .text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.advantage .list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 13px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997E;
  width: 50rpx;
}
.com-tit {
  text-align: center;
}
.com-tit .e-tit {
  font-size: 46px;
  color: #DCDCDC;
}
.com-tit .tit {
  font-size: 36px;
  font-weight: 300;
  color: #333333;
}
.com-left {
  width: 260px;
  overflow: hidden;
  margin-right: 30px;
  box-sizing: border-box;
}
.com-left .title {
  width: 100%;
  height: 75px;
  background: #004EC2;
  font-size: 28px;
  font-weight: 700;
  background-size: 100% 100%;
  text-align: center;
  line-height: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -2px;
  color: #fff;
}
.com-left .title p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.com-left .title p:nth-child(2) {
  font-size: 1.04vw;
  color: #FFFFFF;
  margin-top: 5px;
}
.com-left .title p:nth-child(3) {
  width: 33px;
  height: 2px;
  background: #FFFFFF;
  margin: 0 auto;
  margin-top: 15px;
}
.com-left .list {
  width: 100%;
  margin-top: -80px;
  border: 4px solid #004EC2;
  padding: 0 15px 0 20px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 54px;
}
.com-left .list .li.active &gt; a,
.com-left .list .li:hover &gt; a {
  color: #004EC2;
}
.com-left .list .li &gt; a {
  display: block;
  width: 100%;
  line-height: 50px;
  border: 1px dashed #004EC2;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 22px;
}
.com-left .list .li &gt; a .icon-c {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  margin-right: 15px;
}
.com-left .list .li &gt; a .icon-yousanjiao {
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 2px;
  color: #333333;
}
.com-left .list .li .sub ul li {
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  border-bottom: 1px dashed #D3D3D3;
}
.com-left .list .li .sub ul li.active a,
.com-left .list .li .sub ul li:hover a {
  color: #004EC2;
}
.com-left .list .li .sub ul li .icon-zhixiangyou {
  margin-right: 15px;
  font-size: 16px;
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #EEEEEE;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.inner-search .btn {
  display: flex;
  width: 515px;
  position: relative;
  margin-top: 59px;
}
.inner-search .btn input {
  width: 515px;
  height: 41px;
  opacity: 1;
  border: 2px solid #004EC2;
  border-radius: 22px;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
}
.inner-search .btn button {
  width: 89px;
  height: 39px;
  opacity: 1;
  background: #004EC2;
  border-radius: 20px;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
}
.inner-search .new-list ul li {
  margin-top: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.47);
}
.inner-search .new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.inner-search .new-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
  color: #004EC2;
}
.inner-search .new-list ul li:hover .text p:nth-child(4) {
  background: #004EC2;
  color: #fff;
  border: none;
}
.inner-search .new-list ul li a {
  display: flex;
}
.inner-search .new-list ul li a .img-wrap {
  width: 27.2%;
  overflow: hidden;
}
.inner-search .new-list ul li a .img-wrap .img {
  width: 100%;
}
.inner-search .new-list ul li a .img-wrap .img::before {
  content: '';
  padding-bottom: 77%;
  display: block;
}
.inner-search .new-list ul li a .text {
  width: calc(72.8% - 43px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-search .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.inner-search .new-list ul li a .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.inner-search .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
  text-align: justify;
}
.inner-search .new-list ul li a .text p:nth-child(4) {
  width: 146px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}
.footer {
  background: #232323;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 40px;
}
.footer .cont {
  display: flex;
}
.footer .cont .left {
  flex: 1;
}
.footer .cont .left .contact {
  font-size: 14px;
  color: #DEDEDE;
  line-height: 40px;
  margin-top: 10px;
}
.footer .middle {
    margin-left: 81px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.footer .middle .f-tit {
  width: 332px;
  text-align: left;
}
.footer .middle .f-tit span {
  font-size: 16px;
  color: #DEDEDE;
  border-bottom: 1px solid #FFC001;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .middle .list {
  margin-top: 34px;
}
.footer .middle .list ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.footer .middle .list li {
  width: 155px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 19px;
  margin-right: 22px;
}
.footer .middle .list li:nth-child(2n) {
  margin-right: 0;
}
.footer .middle .list li:hover {
  background: #004EC2;
  border: none;
}
.footer .middle .list li:hover a {
  color: #fff;
}
.footer .middle .list li a {
  color: #FFFFFF;
}
.footer .ewm {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .ewm .f-tit {
  width: 128px;
  text-align: left;
}
.footer .ewm .f-tit span {
  font-size: 16px;
  color: #DEDEDE;
  border-bottom: 1px solid #FFC001;
  padding-bottom: 10px;
  display: inline-block;
}
.footer .ewm .text {
  color: #AAAAAA;
  font-size: 14px;
  margin-top: 5px;
  color: #FFFFFF;
  text-align: center;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
  margin-top: 32px;
}
.copy-right {
  width: 100%;
  background: #232323;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-top: 1px solid #4A4A4A;
}
.copy-right a {
  color: #fff;
}
.ny-search .common-title {
  margin-top: 36px;
}
.ny-search .list &gt; ul {
  margin-top: 26px;
}
.ny-search .list &gt; ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}
.ny-search .list &gt; ul li:nth-child(1) {
  border-top: none;
}
.ny-search .list &gt; ul li:nth-last-child(1) {
  border-top: 1px solid #eee;
}
.ny-search .list &gt; ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding: 33px 20px;
  margin-top: -1px;
  position: relative;
  z-index: 1000000000000000000;
  border: none;
}
.ny-search .list &gt; ul li:hover + li {
  border: none;
}
.ny-search .list &gt; ul li:hover .btn {
  background: #FF6731;
  color: #fff !important;
}
.ny-search .list &gt; ul li:hover .tit {
  color: #FF6731 !important;
}
.ny-search .list &gt; ul li a {
  display: flex;
}
.ny-search .list &gt; ul li .text {
  width: 100%;
}
.ny-search .list &gt; ul li .text &gt; div:nth-child(1) {
  width: 100%;
}
.ny-search .list &gt; ul li .text &gt; div:nth-child(1) .tit {
  width: 800px;
  font-size: 16px;
  color: #333333;
}
.ny-search .list &gt; ul li .text &gt; div:nth-child(1) .time {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.ny-search .list &gt; ul li .text &gt; div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ny-search .list &gt; ul li .text &gt; div:nth-child(2) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}
.ny-search .list &gt; ul li .text &gt; div:nth-child(2) .btn {
  width: 121px;
  height: 43px;
  border: 1px solid #DEDFE1;
  border-radius: 20px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 43px;
}
.ny-page {
  margin-top: 56px;
}
.ny-page .content {
  margin-top: 10px;
}
.ny-contact {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-contact .cont {
  display: flex;
  margin-top: 48px;
}
.ny-contact .cont .left .company-name {
  font-size: 20px;
  font-weight: bold;
  color: #004EC2;
}
.ny-contact .cont .left .line {
  width: 19px;
  height: 2px;
  background: #EDEDED;
  margin-top: 20px;
}
.ny-contact .cont .left .contact-details {
  font-size: 16px;
  color: #2A2C27;
  line-height: 40px;
  margin-top: 5px;
}
.ny-contact .cont .right {
  display: flex;
  padding-top: 33px;
  margin-left: 9.9%;
}
.ny-contact .cont .right .back-wrap:nth-last-child(1) {
  margin-right: 24px;
}
.ny-contact .cont .right .back-wrap:nth-last-child(1) .back {
  margin-right: 0;
}
.ny-contact .cont .right .back {
  width: 176px;
  height: 175px;
  background: url('../images/contact_03.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 49px;
}
.ny-contact .cont .right img {
  width: 161px;
  height: 161px;
}
.ny-contact .cont .right p {
  width: 176px;
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin-top: 10px;
}
.ny-contact .map {
  margin-top: 48px;
}
.message {
  margin-top: 40px;
  box-sizing: border-box;
}
.message h3 {
  font-size: 21px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input &gt; div {
  width: calc(33% - 14px);
}
.message .input &gt; div input {
  height: 100%;
  border: none;
  outline: none;
  background: #F6F6F6;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  background: #F7F7F7;
  padding-left: 15px;
  box-sizing: border-box;
}
.message .input &gt; div:nth-child(1),
.message .input &gt; div:nth-child(2) {
  margin-right: 30px;
}
.message .input &gt; div span {
  display: block;
  font-size: 14px;
  color: #666;
}
.message .input &gt; div span i {
  color: #FF6731;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.message .btn {
  width: 117px;
  height: 38px;
  background: #004EC2;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 117px;
  height: 38px;
  background: #D6D6D6;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #FF6731;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997E;
  display: inline;
}
.ny-about {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
/*æ‚¬æµ®*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px!important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #004EC2;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #004EC2;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #FF6731;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #F9F9F9;
}
.paging li.active a {
  background: #004EC2 !important;
  color: #fff;
}
.paging li a:hover {
  background: #004EC2;
  border-color: #1346BA;
  color: #fff;
}
.paging li a:hover span {
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: "å¾®è½¯é›…é»‘";
}
@media screen and (max-width: 1680px) {
  .ny-new .new-list ul li a .text p:nth-child(3) {
    line-height: 25px;
    margin-top: 8px;
  }
  .ny-new .new-list ul li a .text p:nth-child(4) {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 8px;
  }
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images &gt; div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}</pre></body></html>